home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tsmtp11 / smtpsu.dfm / smtpsu.txt
Text File  |  1996-09-15  |  3KB  |  159 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 246
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 208
  8.   ClientWidth = 419
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 21
  18.     Top = 16
  19.     Width = 88
  20.     Height = 15
  21.     Caption = 'SMTP Server'
  22.     Font.Color = clNavy
  23.     Font.Height = -11
  24.     Font.Name = 'Fixedsys'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 21
  30.     Top = 48
  31.     Width = 104
  32.     Height = 15
  33.     Caption = 'EMail address'
  34.     Font.Color = clNavy
  35.     Font.Height = -11
  36.     Font.Name = 'Fixedsys'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 21
  42.     Top = 80
  43.     Width = 32
  44.     Height = 15
  45.     Caption = 'Name'
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'Fixedsys'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Label4: TLabel
  53.     Left = 21
  54.     Top = 112
  55.     Width = 104
  56.     Height = 15
  57.     Caption = 'Log File Name'
  58.     Font.Color = clNavy
  59.     Font.Height = -11
  60.     Font.Name = 'Fixedsys'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Label5: TLabel
  65.     Left = 24
  66.     Top = 144
  67.     Width = 64
  68.     Height = 15
  69.     Caption = 'Encoding'
  70.     Font.Color = clNavy
  71.     Font.Height = -11
  72.     Font.Name = 'Fixedsys'
  73.     Font.Style = []
  74.     ParentFont = False
  75.   end
  76.   object OKBtn: TBitBtn
  77.     Left = 121
  78.     Top = 169
  79.     Width = 77
  80.     Height = 27
  81.     TabOrder = 5
  82.     Kind = bkOK
  83.     Margin = 2
  84.     Spacing = -1
  85.     IsControl = True
  86.   end
  87.   object CancelBtn: TBitBtn
  88.     Left = 221
  89.     Top = 169
  90.     Width = 77
  91.     Height = 27
  92.     TabOrder = 6
  93.     Kind = bkCancel
  94.     Margin = 2
  95.     Spacing = -1
  96.     IsControl = True
  97.   end
  98.   object ServerEdit: TEdit
  99.     Left = 133
  100.     Top = 8
  101.     Width = 265
  102.     Height = 22
  103.     Font.Color = clNavy
  104.     Font.Height = -11
  105.     Font.Name = 'Fixedsys'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 0
  109.   end
  110.   object UserAddressEdit: TEdit
  111.     Left = 133
  112.     Top = 40
  113.     Width = 265
  114.     Height = 22
  115.     Font.Color = clNavy
  116.     Font.Height = -11
  117.     Font.Name = 'Fixedsys'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 1
  121.   end
  122.   object UserNameEdit: TEdit
  123.     Left = 133
  124.     Top = 72
  125.     Width = 265
  126.     Height = 22
  127.     Font.Color = clNavy
  128.     Font.Height = -11
  129.     Font.Name = 'Fixedsys'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 2
  133.   end
  134.   object LogFileNameEdit: TEdit
  135.     Left = 133
  136.     Top = 104
  137.     Width = 265
  138.     Height = 22
  139.     Font.Color = clNavy
  140.     Font.Height = -11
  141.     Font.Name = 'Fixedsys'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 3
  145.   end
  146.   object EncodeComboBox: TComboBox
  147.     Left = 133
  148.     Top = 136
  149.     Width = 145
  150.     Height = 21
  151.     Style = csDropDownList
  152.     ItemHeight = 13
  153.     Items.Strings = (
  154.       'UUEncode'
  155.       'MIME')
  156.     TabOrder = 4
  157.   end
  158. end
  159.